-
21 методы экземпляров классов
Programming: method objects (см. An Introduction to Python - The Python Tutorial ( version 3.2) by Guido van Rossum and Fred L. Drake (2011))Универсальный русско-английский словарь > методы экземпляров классов
-
22 назначение методов
Programming: method dispatch (http://www.mari.ru/mmlab/home/PSHyper/lection4/07.htm)Универсальный русско-английский словарь > назначение методов
-
23 перечень методов класса String
Programming: method summary of the String classУниверсальный русско-английский словарь > перечень методов класса String
-
24 язык реализации метода
Programming: method implementation language (в ООП)Универсальный русско-английский словарь > язык реализации метода
-
25 метод управления
1) Engineering: control mode, method of control, method of controlling2) Accounting: managerial method3) Astronautics: guidance method4) Business: management method, managing approach5) Programming: method to manage6) Automation: control method -
26 метод планирования
1) Mathematics: design method (эксперимента)2) Economy: method of planning, scheduling technique3) Information technology: scheduling method (напр. прохождения задач)4) Programming: method of scheduling5) SAP.tech. planning methodУниверсальный русско-английский словарь > метод планирования
-
27 метод программирования
1) Information technology: programming method, programming approach2) Automation: programming techniqueУниверсальный русско-английский словарь > метод программирования
-
28 метод подобия
1) Engineering: similarity method, similitude method2) Programming: method of similarity (метод исследования, основанный на теории подобия) -
29 метод линейного программирования
1) Mathematics: linear-programming technique2) Information technology: linear programming methodУниверсальный русско-английский словарь > метод линейного программирования
-
30 метод индексирования
1) EBRD: indexing method2) Programming: method of notatingУниверсальный русско-английский словарь > метод индексирования
-
31 перечень методов
1) Programming: method summary2) SAP.fin. method list -
32 метод динамического программирования
Information technology: dynamic programming methodУниверсальный русско-английский словарь > метод динамического программирования
-
33 операторный метод программирования
Information technology: operator programming methodУниверсальный русско-английский словарь > операторный метод программирования
-
34 составление программы
Авиация и космонавтика. Русско-английский словарь > составление программы
-
35 средства обеспечения программ
Русско-английский большой базовый словарь > средства обеспечения программ
-
36 (C ++) нестатическая функция-член (класса)
Programming: nonstatic member function (в Java соответствует понятию instance method)Универсальный русско-английский словарь > (C ++) нестатическая функция-член (класса)
-
37 (в Java) метод (класса)
Programming: instance method (то же, что и nonstatic member function в С ++)Универсальный русско-английский словарь > (в Java) метод (класса)
-
38 абстрактный метод
Programming: abstract method (в ООП - метод, содержащийся в абстрактном классе) -
39 более точный метод
Programming: more exact methodУниверсальный русско-английский словарь > более точный метод
-
40 выбранный метод
Programming: selected method
См. также в других словарях:
Method overriding — Method overriding, in object oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes. The… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
Method — may refer to: Scientific method, a series of steps taken to acquire knowledge Method (computer programming), a piece of code associated with a class or object to perform a task Method (music), a kind of textbook to help students learning to play… … Wikipedia
Method chaining — is a common technique for invoking multiple method calls in object oriented programming languages. Each method returns an object (possibly the current object itself), allowing the calls to be chained together in a single statement.[1] A method… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia
Method (computer science) — In object oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in… … Wikipedia
Method of lines — The method of lines (MOL, NMOL, NUMOL) (Schiesser, 1991; Hamdi, et al., 2007; Schiesser, 2009 ) is a technique for solving partial differential equations (PDEs) in which all but one dimension is discretized. MOL allows standard, general purpose… … Wikipedia